home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1998 February
/
Amiga-CD 1998 #2.iso
/
geografie
/
amigaworld
/
installfont
< prev
next >
Wrap
Text File
|
1996-08-08
|
610b
|
19 lines
;AmigaWorld-Zeichensatz-Installation
;für Installer 1.24 oder besser
(complete 0)
(set @default-dest "FONTS:")
(if (askbool (prompt "Would you like to permanently install Faraway-Eyes font to your system?")
(default 1)
(help (cat "If you select yes then FarawayEyes font will be copied "
"to your FONTS: directory. If you select no then AmigaWorld "
"will only find its fond until your next boot-up.")))
(copyfiles (source "Fonts") (all)
(dest "Fonts:"))
(run "c:assign Fonts: Fonts add")
)
(complete 100)